fix: preserve Claude SDK OAuth compaction state - #1402
Open
code-yeongyu wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preserves SDK-native compaction boundaries and idle settings for Claude SDK OAuth. Focused baseline and patched tests captured in attempt-12 artifacts.
Summary by cubic
Preserves Claude SDK OAuth compaction boundaries and idle settings across replay and resume, so SDK-native compaction state is no longer lost or duplicated. Adds a
compaction.modeloverride that re-enables the built-in compactor on SDK-owned lanes when set.compaction.modelto a provider/model (e.g.deepseek/deepseek-chat) makes the built-in compactor handle summarization instead of waiting for SDK-native compaction.Written for commit 4edb039. Summary will update on new commits.